toggle menu
Rell System Library API Reference
rell
switch theme
search in API
Rell System Library
/
[root]
/
text
/
repeat
repeat
rell
pure
function
repeat
(
n
:
integer
)
:
text
Returns the text repeated
n
times. SQL compatible.
Since
0.11.0
Parameters
n
The number of times to repeat the text.